[INFO] cloning repository https://github.com/INTO-CPS-Association/dsrv-lsp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/INTO-CPS-Association/dsrv-lsp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FINTO-CPS-Association%2Fdsrv-lsp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FINTO-CPS-Association%2Fdsrv-lsp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46d6750e12c2462ce7fb7a59ab79889abee24f34
[INFO] checking INTO-CPS-Association/dsrv-lsp against try#24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FINTO-CPS-Association%2Fdsrv-lsp" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/INTO-CPS-Association/dsrv-lsp
[INFO] finished tweaking git repo https://github.com/INTO-CPS-Association/dsrv-lsp
[INFO] tweaked toml for git repo https://github.com/INTO-CPS-Association/dsrv-lsp written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/INTO-CPS-Association/dsrv-lsp on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/INTO-CPS-Association/dsrv-lsp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d
[INFO] running `Command { std: "docker" "start" "843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling lalrpop-util v0.23.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling bit-vec v0.9.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling term v1.2.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling paho-mqtt-sys v0.11.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling bit-set v0.9.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling lalrpop v0.23.1
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking borrow-or-share v0.2.4
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking fluent-uri v0.4.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling logos-codegen v0.16.1
[INFO] [stderr]     Checking smol v2.0.2
[INFO] [stderr]     Checking time v0.3.49
[INFO] [stderr]     Checking clap_complete v4.6.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking smol-timeout v0.6.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling mstlo-macros v0.1.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stderr]     Checking symlink v0.1.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking mstlo v0.1.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking macro_rules_attribute v0.2.2
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tracing-appender v0.2.5
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]    Compiling logos-derive v0.16.1
[INFO] [stderr]     Checking serde_json5 v0.2.1
[INFO] [stderr]     Checking ls-types v0.0.6
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]     Checking smol-macros v0.1.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking ecow v0.3.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]    Compiling enum_inner_method v0.1.0 (https://github.com/mortenhaahr/enum_inner_method?tag=v0.1.0#1493ef77)
[INFO] [stderr]    Compiling contracts v0.6.7
[INFO] [stderr]     Checking unsync v0.2.0
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking redis v1.2.4
[INFO] [stderr]     Checking str_indices v0.4.4
[INFO] [stderr]     Checking async-unsync v0.3.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking async_cell v0.2.3
[INFO] [stderr]     Checking ropey v1.6.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking logos v0.16.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling test-log-core v0.2.21
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking lalr v0.0.2
[INFO] [stderr]     Checking ecow v0.2.6
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling test-log-macros v0.2.21
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking paho-mqtt v0.14.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking test-log v0.2.21
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]    Compiling trustworthiness_checker v0.1.0 (https://github.com/INTO-CPS-Association/robosapiens-trustworthiness-checker#0c977233)
[INFO] [stderr]     Checking tower-lsp-server v0.23.0
[INFO] [stderr]     Checking tikv-jemallocator v0.6.1
[INFO] [stderr]     Checking tikv-jemalloc-ctl v0.6.1
[INFO] [stderr]     Checking sat-solver v0.2.1
[INFO] [stderr]     Checking DSRV-lsp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 31s
[INFO] running `Command { std: "docker" "inspect" "843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d", kill_on_drop: false }`
[INFO] [stdout] 843f895ff4969b8310a9dd5a51b27cf03143fbef826480b48f8b92993205404d
